object HRBox: THRBox Left = 177 Top = 109 BorderStyle = bsDialog Caption = 'Horizontal Rule' ClientHeight = 176 ClientWidth = 259 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 13 object Label1: TLabel Left = 31 Top = 14 Width = 56 Height = 13 Caption = 'Alignment' end object Label2: TLabel Left = 147 Top = 14 Width = 30 Height = 13 Caption = 'Clear' end object Label3: TLabel Left = 31 Top = 60 Width = 25 Height = 13 Caption = 'Size' end object Label4: TLabel Left = 130 Top = 61 Width = 98 Height = 13 Caption = 'Width (abs. or %)' end object AlignCombo: TComboBox Left = 30 Top = 28 Width = 83 Height = 21 ItemHeight = 13 Items.Strings = ( 'left' 'center' 'right') TabOrder = 0 end object ClearCombo: TComboBox Left = 146 Top = 28 Width = 83 Height = 21 ItemHeight = 13 Items.Strings = ( 'left' 'right' 'all') TabOrder = 1 end object WidthEdit: TEdit Left = 128 Top = 75 Width = 101 Height = 20 TabOrder = 3 end object SizeEdit: TEdit Left = 30 Top = 74 Width = 59 Height = 20 TabOrder = 2 end object NoShadeCheck: TCheckBox Left = 30 Top = 107 Width = 85 Height = 17 Caption = 'NOSHADE' TabOrder = 4 end object BitBtn1: TBitBtn Left = 9 Top = 137 Width = 77 Height = 26 TabOrder = 5 Kind = bkOK end object BitBtn2: TBitBtn Left = 90 Top = 136 Width = 77 Height = 27 TabOrder = 6 Kind = bkCancel end object BitBtn3: TBitBtn Left = 172 Top = 136 Width = 77 Height = 27 TabOrder = 7 OnClick = BitBtn3Click Kind = bkHelp end end